Update dependency huggingface-hub to v0.35.3 #91
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.34.3
->==0.35.3
Release Notes
huggingface/huggingface_hub (huggingface-hub)
v0.35.3
: [v0.35.3] Fiximage-to-image
target size parameter mapping & tiny agents allow tools list bugCompare Source
This release includes two bug fixes:
Full Changelog: huggingface/huggingface_hub@v0.35.2...v0.35.3
v0.35.2
: [v0.35.2] Welcoming Z.ai as Inference Providers!Compare Source
Full Changelog: huggingface/huggingface_hub@v0.35.1...v0.35.2
New inference provider! 🔥
Z.ai is now officially an Inference Provider on the Hub. See full documentation here: https://huggingface.co/docs/inference-providers/providers/zai-org.
Misc:
v0.35.1
: [v0.35.1] Do not retry on 429 and skip forward ref in strict dataclassCompare Source
strict
dataclasses #3376Full Changelog: huggingface/huggingface_hub@v0.35.0...v0.35.1
v0.35.0
: [v0.35.0] Announcing Scheduled Jobs: run cron jobs on GPU on the Hugging Face Hub!Compare Source
Scheduled Jobs
In v0.34.0 release, we announced Jobs, a new way to run compute on the Hugging Face Hub. In this new release, we are announcing Scheduled Jobs to run Jobs on a regular basic. Think "cron jobs running on GPU".
This comes with a fully-fledge CLI:
It is now possible to run a command with
uv run
:hf jobs uv run
by @lhoestq in #3303Some other improvements have been added to the existing Jobs API for a better UX.
And finally, Jobs documentation has been updated with new examples (and some fixes):
CLI updates
In addition to the Scheduled Jobs, some improvements have been added to the
hf
CLI.Inference Providers
Welcome Scaleway and PublicAI!
Two new partners have been integrated to Inference Providers: Scaleway and PublicAI! (as part of releases
0.34.5
and0.34.6
).Image-to-video
Image to video is now supported in the
InferenceClient
:Miscellaneous
Header
content-type
is now correctly set when sending an image or audio request (e.g. forimage-to-image
task). It is inferred either from the filename or the URL provided by the user. If user is directly passing raw bytes, the content-type header has to be set manually.A
.reasoning
field has been added to the Chat Completion output. This is used by some providers to return reasoning tokens separated from the.content
stream of tokens.MCP & tiny-agents updates
tiny-agents
now handlesAGENTS.md
instruction file (see https://agents.md/).Tools filtering has already been improved to avoid loading non-relevant tools from an MCP server:
🛠️ Small fixes and maintenance
🐛 Bug and typo fixes
HF_HUB_DISABLE_XET
in the environment dump by @hanouticelina in #3290apps
as a parameter toHfApi.list_models
by @anirbanbasu in #3322🏗️ internal
ty
type checker by @hanouticelina in #3294ty
check quality by @hanouticelina in #3320is_jsonable
if circular reference by @Wauplin in #3348Community contributions
The following contributors have made changes to the library over the last release. Thank you!
apps
as a parameter toHfApi.list_models
(#3322)v0.34.6
: [v0.34.6]: Welcoming PublicAI as Inference Providers!Compare Source
Full Changelog: huggingface/huggingface_hub@v0.34.5...v0.34.6
⚡ New provider: PublicAI
Public AI Inference Utility is a nonprofit, open-source project building products and organizing advocacy to support the work of public AI model builders like the Swiss AI Initiative, AI Singapore, AI Sweden, and the Barcelona Supercomputing Center. Think of a BBC for AI, a public utility for AI, or public libraries for AI.
v0.34.5
: [v0.34.5]: Welcoming Scaleway as Inference Providers!Compare Source
Full Changelog: huggingface/huggingface_hub@v0.34.4...v0.34.5
⚡ New provider: Scaleway
Scaleway is a European cloud provider, serving latest LLM models through its Generative APIs alongside a complete cloud ecosystem.
v0.34.4
: [v0.34.4] Support Image to Video inference + QoL in jobs API, auth and utilitiesCompare Source
Biggest update is the support of Image-To-Video task with inference provider Fal AI
And some quality of life improvements:
Full Changelog: huggingface/huggingface_hub@v0.34.3...v0.34.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).